home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / W-Z / wk11.08⁄11.09.cpt / 11.09 New Stuff next >
Text File  |  1990-09-20  |  3KB  |  74 lines

  1. New As Of 11.09
  2. ---------------
  3.  
  4. 1) Kermit will now catch and report a "Disk Full" error when receiving.
  5.  
  6. 2) Added a new feature.  If the following Procedure command:
  7.  
  8. PUTPARAM 504,1
  9.  
  10. is compiled and executed, the Terminal Window will be hidden during a
  11. file transfer, and reappear when the transfer is finished.  To turn off
  12. this feature, compile and execute the following Procedure command:
  13.  
  14. PUTPARAM 504,0
  15.  
  16. 3) Added support for the Stuffit Deluxe archive/unarchive engine.  If you
  17. own the Deluxe version of Stuffit, I think you'll really appreciate how
  18. easy it is now to work with archiving and unarchiving files without having
  19. to leave White Knight.  If the Stuffit engine is present, three new menu
  20. items will appear in White Knight:
  21.  
  22. File->Stuff Files
  23. -----------------
  24. This item allows you to create Stuffit archives.  You may select files
  25. either one at a time, or you may choose to archive the contents of entire
  26. folders, or you may do a combination of both as many times as you like.
  27. A scrolling list will show you the files that you have selected.  All of
  28. the types of compression offered by the Stuffit Engine are available, but
  29. the "Optimal" and "Best Guess" compression types will only be available
  30. if the version of the Stuffit Engine you are using is higher than 1.0.
  31.  
  32. File->Unstuff Files
  33. -------------------
  34. This item allows you to convert a Stuffit archive into its original
  35. component files.
  36.  
  37. Customize->Options->Unstuff
  38. ---------------------------
  39. There are two choices in this dialog box.
  40.  
  41. You can tell White Knight to automatically unstuff received files either
  42. at the end of a file transfer, before quitting White Knight, or not at all.
  43.  
  44. Unlike the File->Unstuff Files choice, you will not be given a dialog box
  45. asking you to name the resulting files as they are unstuffed, so this feature
  46. is fully compatible with Procedures.  If the archive contains only one file,
  47. that file will be placed in the same folder as the archive file.  If it
  48. contains more than one file, a new folder is created (using the archive name
  49. minus any ".sit" extension) in the folder containing the archive file, and the
  50. unstuffed files are placed in that new folder to help you locate them.
  51.  
  52. As an aside, I _could_ have added a auto-stuff before send feature, but after
  53. doing so and testing it, I found that all too often it created problems
  54. with time-sensitive file transfer protocol startups, and so I hacked it back
  55. out.
  56.  
  57. The other option in this dialog box will allow you to instruct the Stuffit
  58. engine to delete the original archive file after unstuffing it (either through
  59. auto-unstuffing through a protocol file receive, or by use of the File->
  60. Unstuff files menu choice).
  61.  
  62. 4) I liked the dialog box I created for stuffing files (not to mention that
  63. the FolderBatch RCMD won't work under MultiFinder) so much, that I
  64. incorporated it in the File->Create Batch File menu choice.  As when
  65. Stuffing files, you can add files to the Batch either one at a time, you
  66. can add the contents of a folder, or you can add files using a combination
  67. of these techniques.  A scrolling list will show you which files will be
  68. specified in the Batch File.
  69.  
  70. 5) Fixed bug in "Write Procedure For Me" that changed the XMODEM style
  71. erroneously.
  72.  
  73.  
  74.